home *** CD-ROM | disk | FTP | other *** search
/ Openstep 4.2 (Developer) / Openstep Developer 4.2.iso / NextDeveloper / Examples / DriverKit / Adaptec1542B / Makefile < prev    next >
Encoding:
Makefile  |  1997-03-29  |  865 b   |  43 lines

  1. #
  2. # Generated by the NeXT Project Builder.
  3. #
  4. # NOTE: Do NOT change this file -- Project Builder maintains it.
  5. #
  6. # Put all of your customizations in files called Makefile.preamble
  7. # and Makefile.postamble (both optional), and Makefile will include them.
  8. #
  9.  
  10. NAME = Adaptec1542B
  11.  
  12. PROJECTVERSION = 1.1
  13. LANGUAGE = English
  14.  
  15. LOCAL_RESOURCES = DriverHelp Localizable.strings PnP.strings
  16.  
  17. GLOBAL_RESOURCES = Default.table PnP.table
  18.  
  19. TOOLS = Adaptec1542B_reloc.tproj
  20.  
  21. OTHERSRCS = Makefile.preamble Makefile Makefile.postamble \
  22.              README.rtf DriverInfo
  23.  
  24. MAKEFILEDIR = /NextDeveloper/Makefiles/app
  25. MAKEFILE = bundle.make
  26. INSTALLDIR = /usr/Devices
  27. INSTALLFLAGS = -c -s -m 755
  28. SOURCEMODE = 444
  29.  
  30. LIBS = -lIndexing_s
  31. PROF_LIBS = -lIndexing_s
  32.  
  33.  
  34.  
  35.  
  36. -include Makefile.preamble
  37.  
  38. include $(MAKEFILEDIR)/$(MAKEFILE)
  39.  
  40. -include Makefile.postamble
  41.  
  42. -include Makefile.dependencies
  43.